home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / rtmon_log_user_tstamp.z / rtmon_log_user_tstamp
Text File  |  1998-10-20  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. rrrrttttmmmmoooonnnn____lllloooogggg____uuuusssseeeerrrr____ttttssssttttaaaammmmpppp((((3333))))                              rrrrttttmmmmoooonnnn____lllloooogggg____uuuusssseeeerrrr____ttttssssttttaaaammmmpppp((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      rtmon_log_user_tstamp  - REACT/Pro user timestamp logging
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      #include <sys/rtmon.h>
  13.  
  14.      void rtmon_log_user_tstamp(evt, qual1, qual2, qual3, qual4)
  15.      event_t evt;
  16.      unsigned long long qual1, qual2, qual3, qual4;
  17.  
  18. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      This function is available with -lrtmon or -lrtmonstubs.  Linking with
  20.      rtmonstubs will cause this call to have no effect.
  21.      rtmon_log_user_tstamp(evt, qual1, qual2, qual3, qual4) logs event _e_v_t.
  22.      event_t is an unsigned short allowing 64K events.  All events logged by
  23.      users with rtmon_log_user_tstamp are offset by 40000.  The range 60000-
  24.      64K is reserved for kernel events providing 20K events for user logging.
  25.      As an example: if a user logs event 17 with rtmon_log_user_tstamp(17,
  26.      value1, value2, 0, 0), it will appear in the event stream as event 40017.
  27.      IRIXview provides a "drop" mechanism for examining events.  This event as
  28.      well as other user events will be chronologically merged with any kernel
  29.      events by rtmond. The merged events can be viewed with IRIXview or
  30.      collected and saved to a file (for later examination) with rtmon-client.
  31.  
  32. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  33.      rtmond(1), rtmon-client(1), IRIXview(1)
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.